home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: netcom.com!russells
- From: russells@netcom.com (Russell Salsbury)
- Subject: Re: Can anyone help a newbie out ?
- Message-ID: <russellsDpxxyK.EBF@netcom.com>
- Organization: NETCOM On-line Communication Services (408 261-4700 guest)
- References: <4kkf3r$5b0@darwin.nbnet.nb.ca>
- Date: Tue, 16 Apr 1996 05:59:08 GMT
- Sender: russells@netcom11.netcom.com
-
- #include <string.h>
- char* greater(char* a, char* b)
- {
- return strlen(b) > strlen(a) ? b : a;
- }
-
- Ryan russells@netcom.com
-